Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use trussed_core::types::EncryptedData #43

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Conversation

robin-nitrokey
Copy link
Member

@robin-nitrokey robin-nitrokey commented Dec 16, 2024

Previously, we serialized trussed::api::reply::Encrypt directly. We have removed the serde trait implementations for the Trussed request and reply structs so this patch updates WrappedKeyData to use the EncryptedData struct instead.

See also: trussed-dev/trussed#183

Previously, we serialized trussed::api::reply::Encrypt directly.  We
have removed the serde trait implementations for the Trussed request
and reply structs so this patch updates WrappedKeyData to use the
EncryptedData struct instead.

See also: trussed-dev/trussed#183
@robin-nitrokey robin-nitrokey changed the title Use custom struct for serializing encrypted data Use trussed_core::types::EncryptedData Dec 17, 2024
@robin-nitrokey
Copy link
Member Author

Updated to use the trussed_core::types::EncryptedData helper.

@robin-nitrokey robin-nitrokey merged commit d8de0e3 into main Dec 19, 2024
2 checks passed
@robin-nitrokey robin-nitrokey deleted the encrypted-data branch December 19, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants